home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / s / ep_closemainwindow.dopus < prev    next >
Text File  |  1993-10-05  |  308b  |  16 lines

  1. /* Eagleplayeransteuerung über Diropus
  2.    (c) 1993 DEFECT
  3.    schließt Eagleplayer Main Window
  4. */
  5. if (pos('rexx_EP',SHOW('Ports')) = 0) then 
  6.  do
  7.   address 'DOPUS.1'
  8.   toptext 'No Eagleplayer found'
  9.   exit
  10.  end
  11. address 'rexx_EP'
  12. Closemainwindow
  13. address 'DOPUS.1'
  14. toptext 'Eagleplayer: Mainwindow closed'
  15. exit
  16.